taglib: Don't convert base64 strings to UTF8
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 13 Sep 2021 10:08:53 +0000 (12:08 +0200)
committerSebastian Ramacher <sramacher@debian.org>
Fri, 7 Mar 2025 06:31:22 +0000 (07:31 +0100)
commit500d1b9ac9446591860611019bff0456196001ff
tree3c48bddd6e967b39a7165698dfe8c4e08732128b
parent81139b087966a86c2284b221844a360bf019887f
taglib: Don't convert base64 strings to UTF8

The convertion will incur a cost which we don't want to pay since the
art needs to be encoded in base64, which doesn't include anything
outside of ASCII

(cherry picked from commit 65dfe0cdc97bbb98ad34a690989636d40f326e32)

Gbp-Pq: Name 0044-taglib-Don-t-convert-base64-strings-to-UTF8.patch
modules/meta_engine/taglib.cpp